home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / sq.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  101 b   |  9 lines

  1. on mouseUp
  2.   global pot
  3.   if pot = 1 then
  4.     go("POT DONE")
  5.   else
  6.     go("CLUE ROOM")
  7.   end if
  8. end
  9.